1.1
-----
Rewrote text rendering making it faster and less flickery, changed selection
	from inverting to highlighting, made selection color user-settable.
Added several different cursor styles, settable in the Application Settings.
Tab-completion now pops up a panel of suggested completions.
Made tab-completion subject to the same undo as typing (this makes Undo
	remove the entire cd line with tab-completions at once instead a
	part at a time).
Made tab-completion handle quoting properly.
Added a new Execute command dialog, available by clicking the lock/dirty
	icon in the status bar. Commands can be customized in UserStartup.
Added the option to toggle the shell mode on and off by clicking on the
	shell icon in the status bar.
Size of new windows is settable in the preferences. Zoom size is settable
	in the preferences.
Intel version.
Syntax coloring for .s assembly files and makefiles.
Added a new OpenFromDocumentsDir primitive. Current OpenDocument primitive
	remembers the location the File panel was during the last open. The
	new primitive always resets the initial location to the documents'
	directory.
Addded a keyboard primitive to invoke QuickFind (incremental search) from
	the current position rather than from the beginning of the document.
	By default the primitive is set to Command-Control-F.
Added OpenLine, OpenBefore and OpenAfter keyboard primitives.
Fixed horizontal scrollbar to advance only by a page when clicked.
Middle mouse button (tertiary button) now scrolls, use option to scroll
	faster.
Support of new R3 drag&drop.
Fixed problem with initial bash# prompt showing up in the shell status.
Plugins are now also loaded from ~/config/add-ons/Eddie/plugins.
New windows are made to fit on screen.
Command-Tab in .l and .y files opens corresponding .h file.
Improved the cursor horizontal position memory a bit.
Misc tweaks to the Application Settings dialog.
Improved the color label control in the settings dialogs.
Fixed the prototyper parser to omit default parameter values, handle template
	return types, handle classes inheriting from templates, templates with
	default values, nested templates.
Fixed a number of memory leaks.
Fixed problems with syntax coloring sometimes getting messed up.
Fixed problems with NumLock, CapsLock and ScrollLock throwing off double clicking.
Fixed tip windows sinking when using focus follows mouse.
Made numerical keypad work when NumLock is on.
Fixed a number of bugs in editing keyboard maps.

1.0.3
-----
Reworked the way internal shell commands (such as Windows, Line, etc.) are
	executed. Piping output of internal commands now works properly.
	There is now a special addon tellEddie faciliating this.
First pass on tab-completion in the shell windows.
Made cursor remember it's horizontal position and try to return to
	it while moving the cursor up and down across lines of different
	length (how did I ever get away without having this?)
Control-double-clicking can now be used for subword selection
New primitive functions: SwapWithPreviousLine, SwapWithNextLine,
	SwapWithPreviousCharacter, SwapWithNextCharacter, Transpose,
	UpperCaseWord, UpperCaseSelection, LowerCaseWord, LowerCaseSelection,
	CapitalizeWord, TraditionalOpenSelection (BeIDE-like flavor of OpenSelection)
Made the Primitives command list sorted primitives
Made the File command work properly when specifying a file relative to
	the current cwd
Shell exports a new variable EDDIE_HOME
Added Shell settings, worksheet can now be loaded from ~/config/settings/Eddie
UserStartup is first loaded from Eddie folder, then from ~/config/settings/Eddie
Made OpenHeader smarter in choosing the initial search path - in shell windows the
	cwd will now be used.
Made OpenHeader and builtin File command understand ~/ in paths
Made non-ASCII characters not be inserted as boxes with zero width; this is temporary
	before I add full UTF8 support
Fixed a problem where Option-dropping a file onto a window to open the
	file in Eddie would erase the current selection and would make the
	next undo crash
Fixed a problem where undoing Replace would crash in some cases
Fixed a crash during quit when any check box in the file panel was selected
Fixed problems with not handling spaces in the application path properly
	which make the builtin shell commands fail
Fixed a bug that caused documents to be opened in huge sizes when switching to
	a smaller screen size
Fixed a problem with SaveAs when replacing an existing file
Added a color scheme picker, contains color schemes used by some famous developers
Removed the need for separate PR2 and R3 app versions
Other small changes and tweaks

1.0.2
-----
Release of the plugin API
First pass on preference panels
First version of settings file - file panel settings are now saved
Added plugin support for preference panels, preference saving
Improved the shell window - non shell prompts, such as ftp prompts or prompts
	from command line tools or shell scripts are now handled
When opening a file from a shell window the file panel opens in the shell
	directory (as set by cd)
Status panel (shown when pressing the status rect in the button bar) displays 
	the current shell directory
Keyboard shortcuts supported for plugin functions using the SetKey command
	and plugin defined primitive functions
Improved multiple keymap setups - emacs mode now can have Esc as a meta key,
	undefined keys no longer confuse alternate keymaps
When opening a previously opened document on a smaller screen the size is now
	adjusted
Added support for balancing during double-clicking on quotes
Improved drag&drop support for dropping files into the shell
Eddie now handles folders paths in argv/folders dropped onto Eddie by running a
	file panel in the directory of the folder
New UserStartup settings
UserStartup also opened from ~/config/settings/Eddie/UserStartup
Several function popup fixes
Added undo for inserting prototypes and Indent left/right
Added subword keyboard positioning primitives/shortcuts
Fixed the prototyper parser a bit
Fixed the syntax coloring parser a bit
Fixed a race condition in the plugin call mechanism that caused crashes/ASSERTS
	during heavy cpu load
Misc. other bug fixes

1.0.1
-----
Function popup
more keyboard shortcuts
more editor primitives
Redo now scrolls to selection start
better undo handling in shell windows
misc. bug fixes

1.0
---
Initial public release